home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9667 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: cats.ucsc.edu!nwaussie
  2. From: nwaussie@cats.ucsc.edu (Nicholas Cory Williams)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland Turbo C++ Compatibility With Windows 95
  5. Date: 12 Mar 1996 17:45:40 GMT
  6. Organization: University of California, Santa Cruz
  7. Message-ID: <4i4d84$ms1@darkstar.UCSC.EDU>
  8. References: <4i07p8$b8d@homer.alpha.net>
  9. NNTP-Posting-Host: si.ucsc.edu
  10.  
  11.  
  12. In article <4i07p8$b8d@homer.alpha.net>,
  13. Stephen J. Becker <sbecker@inxpress.net> wrote:
  14. >
  15. >    For better or worse, I've undertaken learning C as my first 
  16. >programming language. I'm using Borland's Turbo C++ 4.5 compiler on a
  17. >486 running Windows 95. The book I've been using is The Waite Group's
  18.  
  19. I am running exactly the same combination as you. I am trying to teach
  20. myself C++ right now and I am having similar problems to you.
  21. For a while, I thought I was misstyping the programs in the book that 
  22. I am using, but then I realised that the programs in the book were full
  23. of typos. I found an ftp sight mentioned in the book that had all the
  24. source code and an errata sheet.
  25. That solved most of my problems...except one.
  26. I can't use cin (the C++ eqivalent of scanf) to input floating point numbers.
  27. It is a bug that is isolated
  28. to Win95 I think and I have reported it to Borland.
  29. As to whether there are bugs when using C, I haven't come across any YET.
  30. I am learning C in classes at school, and I haven't been able to use my
  31. PC for any of them because we have to do them on UNIX, so I haven't been
  32. able to try everything yet under Win95 yet.
  33.  
  34. GoodLuck.
  35.  
  36. Nick.
  37.